vendor/golang.org/x/net/idna.idnaTrie.lookupValue (method)
13 uses
vendor/golang.org/x/net/idna (current package)
tables13.0.0.go#L399: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L415: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L437: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L452: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L456: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L460: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L484: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L500: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L522: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L537: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L541: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L545: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L558: func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {